Forms, Element - Reset Button

 

Use

The reset button returns every element in your form to its default value. (See discussion and background for more details.)

Properties

ATTRIBUTE

REQUIRED?

DESCRIPTION

VALUE=" "

Optional

By default, the text on the Reset button reads ‘Reset’. However, this text can be changed by using the VALUE property.

Example

<INPUT TYPE="reset" VALUE="Clear All">

 

NOTE

For this example to work it must be inside form tags (<FORM .. ..> .. .. </FORM>). The entire form code, including all the examples, is ready for you to use.